home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / tlxhints.zip / EGA43.SCR < prev    next >
Text File  |  1989-03-15  |  311b  |  23 lines

  1. N EGA43.COM
  2. A 100
  3. MOV    AX,1112        ; Load 8x8 Font
  4. MOV    BL,00
  5. INT    10
  6. SUB    AX,AX
  7. MOV    DS,AX
  8. PUSH    [0487]        ; Save INFO Byte
  9. OR    BYTE PTR [0487],01
  10. MOV    CX,0600        ; Set cursor size
  11. MOV    AH,01
  12. INT    10
  13. POP    [0487]        ; Restore INFO Byte
  14. MOV    DX,03B4        ; Fix up underline
  15. MOV    AX,0714
  16. OUT    DX,AX
  17. INT    20
  18.  
  19. RCX
  20. 28
  21. W
  22. Q
  23.